home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / homerunboy.swf / scripts / DefineSprite_208 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  196 b   |  10 lines

  1. thisX = this._x;
  2. thisY = this._y;
  3. spX = _parent.pitch._x;
  4. spY = _parent.pitch._y;
  5. difX = thisX - spX;
  6. difY = thisY - spY;
  7. xStp = difX / 5;
  8. yStp = difY / 5;
  9. _parent.pitch._x = spX + xStp;
  10.